home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_pycentral
- case "$1" in
- install|upgrade)
- mkdir -p /var/lib/pycentral
- echo '# the presence of this file allows calling pkgremove on upgrade' \
- > /var/lib/pycentral/python-telepathy.pkgremove
- esac
- # End automatically added section
- # Automatically added by dh_pycentral
- case "$1" in
- install|upgrade)
- mkdir -p /var/lib/pycentral
- echo '# the presence of this file allows calling pkgremove on upgrade' \
- > /var/lib/pycentral/python-telepathy.pkgremove
- esac
- # End automatically added section
-